home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Elektro 3
/
PC-Elektro-3-cd1.bin
/
KBan 2.0
/
KBANSRC.LZH
/
SRC
/
PROG
/
NETLIST
/
SEGPOINT.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-08-23
|
246 b
|
12 lines
// the declaration of segpoint
// Copyright (C) 1997 Kazutaka Hirata <khirata@jove.acs.unt.edu>
#ifndef _SEGPOINT_H_
#define _SEGPOINT_H_
#include "seg.h"
double GetDistanceFromOrigin(const SEGMENT& seg);
#endif /* _SEGPOINT_H_ */